TArray.Sort<T>(T[],TComparison,Integer,Integer) Method

Sorts the specified range of elements in an array using the specified comparison.

Namespace: Spring
public
 class procedure Sort<T>(var values: array of T;
 const comparison: TComparison<T>; index, count: Integer); overload; static;

Type Parameters

T

Parameters

values
Type: array of T

comparison
Type: TComparison<T>

index
Type: Integer

count
Type: Integer